MatScale4by4

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

MatScale4by4()  

SYNOPSIS

misc_lib/genmat.c:340

void MatScale4by4(MatrixType MatRes, MatrixType Mat, RealType *Scale)
 

DESCRIPTION

Routine to scale a 4by4 matrix. MatRes may be Mat.  

PARAMETERS:

MatRes: Result of matrix scaling.

Mat: The two operand of the matrix scaling.

Scale: Scalar value to multiple matrix with.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:12 GMT, October 17, 2022